home *** CD-ROM | disk | FTP | other *** search
- /*-------------------------------------------------------------------------------------
- *
- * Simple Sample Application Framework
- *
- * ©1991 Apple Computer
- *
- -------------------------------------------------------------------------------------*/
- /*
- * globals.c -- repository for global variables
- *
- * change history:
- *
- * SJF 11/6/91 1.0d1 initial coding
- *
- */
-
- #include "const.h"
- #include "mytypes.h"
-
- /* configuration flags */
-
- Boolean gHasWaitNextEvent; // true if we have waitnextevent available
-
- /* action flags */
-
- Boolean gDone; // application should terminate when set
- Boolean gInBackground; // true if application is in the background
-
- RgnHandle gCursorRgn;
-